home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / db / esm-3.1 / esm-3 / usr / local / sm / src / include / fi_msg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-05  |  1.7 KB  |  56 lines

  1. #ifndef _FI_MSG_H_
  2. #define _FI_MSG_H_
  3. /*
  4.  *   $RCSfile: fi_msg.h,v $
  5.  *   $Revision: 1.1.1.1 $
  6.  *   $Date: 1996/05/04 21:55:08 $
  7.  */ 
  8. #ifndef __FI_MSG_H__
  9. #define __FI_MSG_H__
  10.  
  11. /**********************************************************************
  12. * EXODUS Database Toolkit Software
  13. * Copyright (c) 1991 Computer Sciences Department, University of
  14. *                    Wisconsin -- Madison
  15. * All Rights Reserved.
  16. *
  17. * Permission to use, copy, modify and distribute this software and its
  18. * documentation is hereby granted, provided that both the copyright
  19. * notice and this permission notice appear in all copies of the
  20. * software, derivative works or modified versions, and any portions
  21. * thereof, and that both notices appear in supporting documentation.
  22. *
  23. * THE COMPUTER SCIENCES DEPARTMENT OF THE UNIVERSITY OF WISCONSIN --
  24. * MADISON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION.  
  25. * THE DEPARTMENT DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES
  26. * WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  27. *
  28. * The EXODUS Project Group requests users of this software to return 
  29. * any improvements or extensions that they make to:
  30. *
  31. *   EXODUS Project Group 
  32. *     c/o David J. DeWitt and Michael J. Carey
  33. *   Computer Sciences Department
  34. *   University of Wisconsin -- Madison
  35. *   Madison, WI 53706
  36. *
  37. *     or exodus@cs.wisc.edu
  38. *
  39. * In addition, the EXODUS Project Group requests that users grant the 
  40. * Computer Sciences Department rights to redistribute these changes.
  41. **********************************************************************/
  42.  
  43. /*
  44.  * the values for the typedef NEIGBHBORFLAGS :
  45.  */
  46.  
  47. #define            NEIGHBOR_BEFORE        0x1
  48. #define            NEIGHBOR_AFTER        0x2
  49. #define            NEIGHBOR_ANY        0x4
  50.  
  51. #define         NEIGHBOR_FLAGS        0x7
  52.  
  53.  
  54. #endif __FI_MSG_H__
  55. #endif /* _FI_MSG_H_ */
  56.